Skip to content

fix(compile): use BTreeMap order for tagged alternation variant indices#235

Merged
zharinov merged 1 commit intomasterfrom
fix/tagged-alt-variant-order
Jan 4, 2026
Merged

fix(compile): use BTreeMap order for tagged alternation variant indices#235
zharinov merged 1 commit intomasterfrom
fix/tagged-alt-variant-order

Conversation

@zharinov
Copy link
Copy Markdown
Member

@zharinov zharinov commented Jan 4, 2026

Summary

  • Fixed tagged alternation variant index ordering to use BTreeMap (Symbol) order instead of AST iteration order
  • This fixes a bug where variant indices could be wrong when a named definition is parsed before the alternation (changing Symbol interning order)

Test

Added alternation_tagged_definition_ref_backtrack test case that reproduces the issue.

@zharinov zharinov enabled auto-merge (squash) January 4, 2026 01:20
@zharinov zharinov merged commit 3daa56d into master Jan 4, 2026
4 checks passed
@zharinov zharinov deleted the fix/tagged-alt-variant-order branch January 4, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant